Patch from Gary V. Vaughan
svn path=/trunk/; revision=397
+2009-03-25 Martin Nordholts <martinn@svn.gnome.org>
+
+ * babl/babl-cpuaccel.h: Patch from Gary V. Vaughan. enum values
+ must be less than INT_MAX (sign bit is illegal)
+
2009-03-25 Martin Nordholts <martinn@svn.gnome.org>
* babl/babl-ids.h: Patch from Gary V. Vaughan. Remove trailing
BABL_CPU_ACCEL_NONE = 0x0,
/* x86 accelerations */
- BABL_CPU_ACCEL_X86_MMX = 0x80000000,
+ BABL_CPU_ACCEL_X86_MMX = 0x01000000,
BABL_CPU_ACCEL_X86_3DNOW = 0x40000000,
BABL_CPU_ACCEL_X86_MMXEXT = 0x20000000,
BABL_CPU_ACCEL_X86_SSE = 0x10000000,